← Index
NYTProf Performance Profile   
For /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
  Run on Tue Oct 15 17:10:45 2013
Reported on Tue Oct 15 17:12:53 2013

Filename(eval 1059)[/usr/share/perl/5.10/CGI.pm:869]
StatementsExecuted 5 statements in 20µs
Eval Invoked At/usr/share/perl/5.10/CGI.pm line 869
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11126µs241µsCGI::::VarsCGI::Vars
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
# spent 241µs (26+215) within CGI::Vars which was called: # once (26µs+215µs) by main::RUNTIME at line 832 of CGI.pm
package CGI; sub Vars {
211µs my $q = shift;
31400ns my %in;
4115µs1204µs tie(%in,CGI,$q);
# spent 204µs making 1 call to CGI::AUTOLOAD
51300ns return %in if wantarray;
614µs return \%in;
7}
8
9;